home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 005a / dotype.zip / PRTSC.DOC < prev   
Text File  |  1991-09-27  |  2KB  |  59 lines

  1.  
  2. PrtSc -- Replacement for DOS's GRAPHICS.COM
  3.          Supports multiple screen modes
  4.          Supports Epson and HP LaserJet Printing
  5.  
  6.  
  7.         PrtSc.COM was designed to replace the now aged
  8. GRAPHICS.COM that ships with DOS but with the same function in
  9. mind.  That is to be able to dump a graphic to the printer in the
  10. same manner that you would dump text.  The difference is that
  11. GRAPHICS.COM requires that you specify what the graphics mode
  12. will be while PrtSc.COM will detect it.  GRAPHICS.COM also only
  13. supports the IBM Printers.  PrtSc supports the Epson and the HP
  14. LaserJet.  There are essentially three uses for PrtSc:
  15.  
  16.         1. Allows an end-user to use Shift-PrtSc to print
  17. graphics.  This is especially nice with programs like 123 v2.1
  18. that requires that you save a graph, exit 123, enter printgraph
  19. and then print the graph.
  20.  
  21.         2. Some programs, such as StatPlan actually rely on
  22. GRAPHICS.COM to do their printing and thus do not support a wide
  23. array of printers.  If you load PrtSc instead of GRAPHICS.COM
  24. before these programs, they will operate as normal but they can
  25. now support the LaserJet.
  26.  
  27.         3. Finally, just as with GRAPHICS.COM, is is a simple
  28. matter to print screens from [you favorite programming language
  29. here] by simply calling Interrupt 5.  This will work with nearly
  30. ANY language.  I have included an example coded in BASICA becuase
  31. this is perhaps the least obvious.  Consult your manual or E-mail
  32. me if you want a hook for anonther language.
  33.  
  34. If you like this and decide to use it a lot, a donation of $5-$10
  35. would be greatly appreciated and would prompt more stuff, like a
  36. version you can configure from your langauge.
  37.  
  38. The syntax is as follows:
  39.  
  40.         C:\>prtsc [pn] [rnnn]
  41.  
  42. If you do not include anything on the command line, LPT1: is
  43. assumed and the Epson printer.  The r is for "resolution."  This
  44. affects the speed so you have a choice. The resolution number
  45. must be three characters: " 75", "150" or "300"  Therefore, to
  46. configure for LPT2:, HPLJ, 300dpi:
  47.  
  48.         C:\>prtsc p2 r300
  49.  
  50. Enjoy!
  51. Jonathan Zuck
  52. User Friendly, Inc.
  53. P.O. Box 21164
  54. Kalorama Station
  55. Washington, DC 20009
  56. (202) 387 - 1949
  57. CIS:71401,1305
  58.  
  59.